pointer n. 〔美国〕西点 (West Point) 军官学校学员。 n. 1.指示者;指示物;(钟、表的)指针;教鞭;〔口语〕线索;暗示;点子。 2.能站住用鼻尖指示猎获物所在处的猎狗。 3.〔pl.〕 (the P-) 【天文学】(大熊星座中的)两颗指极星。 4.【军事】(大炮)瞄准手;(捕鲸船桅头的)鲸位指示器。 5.〔口语〕广告索引(=pointerad)。 6.【铁路】闸柄。
value n. 1.价值;重要性;益处。 2.估价,评价。 3.价格,所值;交换力。 4.(邮票的)面值。 5.等值;值得花的代价。 6.(字等的)真义,意义。 7.【数学】值;【语言学】音值;【生物学】(分类上的)等级;【音乐】音的长短;【绘画】明暗配合。 8.〔 pl.〕生活的理想,道德价值;社会准则。 rated value 额定值。 proper value 【物理学】本征值。 commercial [economic] value 经济价值。 exchange(able) value (= value in exchange) 交换价值。 value in use 使用价值。 surplus value 剩余价值。 face value 票面价格。 market value市价。 pay full value for sth. 对某物付足代价。 the value of the dollar 美元的购买力。 the value of a symbol 某符号的意义。 be of [no] value有[无]价值。 (for) value received 〔支票用语〕贷款…正。 of value有价值的 (news of value重要消息)。 out of value(绘画等)明暗不调和。 place a value on 估价,评价。 put [set] a high [much] value (up)on 高估;重视,看重。 vt. 1.给…估价,定…的价。 2.对…作出评价;尊重,看重(Troops are valued for quality rather than for number. 兵贵精不贵多)。 value oneself for (what one does, etc.) 夸耀(自己事业等)。 value oneself (up)on 自夸 (sth.) (value up(on) one's knowledge 夸耀自己的知识)。
The pointer value is printed along with what it points to 同时打印出了指针值及其所指向的值。
The data pointer value is not valid 数据指针值无效。
Jni puts the interface pointer value at a location specified by its first parameter Jni将接口指针值放在由第一个参数指定的位置。
Jni puts the interface pointer value at a location specified by its second parameter 创建了jvm , jni将接口指针值放在由第二个参数指定的位置。
Pointers are 64 - bit on 64 - bit platforms , and you will truncate the pointer value if you assign it to a 32 - bit variable 在64位平台上,指针为64位,如果将该指针赋给32位变量,则应截断该指针值。
But you will often see methods that indicate such a condition by returning a null - pointer value and , perhaps , printing a message to 但是经常看到的方法是通过返回一个空指针值来表明这种情况(以及,可能打印一条消息到
Declaration that includes both integer and pointer values , and you declare a token to use the pointer value , but your lexer fills in the integer value . . . bad things can happen 声明,而且您声明了一个记号来使用指针类型的值,但是您的lexer却赋与其整型的值可能会发生不正常的事情。
Since it will never return a pointer value that is already in use in the current program unless you are doing something illegal , such as using memory after it has been freed 的c运行时库实现,因为它决不会返回已经在当前程序中使用的指针值(除非您执行某个非法操作,如在内存已被释放之后使用它) 。